Shiny for R
The Shiny Gallery which includes dashboards as well as parts (widgets) that can be added.
And from healthcare:
File > New Project... > New Directory
Shiny Application
Projects
File > New File > Shiny Web App...
File
Posit Cloud workspaces are all projects!
Changing the inputs (from the slider) changes the outputs (the chart)
You can change whether the app opens in a separate window in RStudio, the RStudio viewer pane, or externally in your web browser. Use whichever works best for you and your computer setup.
Before closing the app look at the R Console:
127.0.0.1 “this computer” and 3827 is a randomly assigned port number.
R is busy!
Esc or Ctrl + C in some programsThe workflow is:
In RStudio you don’t need to stop and start just Reload app
File > New File > Shiny Web App...
Mastering Shiny by Hadley Wickham
Beginners course by Chris Beeley aimed at relatively novice R users
Shiny workshop for NHS-R Community
Shiny workshop materials on the NHS-R Community GitHub. Building Web Apps with R Shiny from PsyTeachR